home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(7, 1)
- set the castNum of sprite 7 to cast "SLOW PANEL ON"
- updateStage()
- end
-
- on mouseUp
- set rate to the movieRate of sprite 5
- set the castNum of sprite 7 to cast "SLOW PANEL OFF"
- set the movieRate of sprite 5 to rate - 0.25
- updateSpeed()
- end
-